If you are unfamiliar with curling, the World Curling Federation has a nice 2-minute intro to the sport:
In curling, two teams of four players take turns sliding rocks down a sheet of ice toward a target painted on the far end of the ice (called the house or rings), sweeping the ice in from of the rock to control its path. Each match has series of scoring opportunities called ends (similar to innings in baseball), typically 8 or 10 ends, and the team with the most points at the conclusion of the match wins. Unlike most sports, teams often concede early if they are too far behind to have a realistic chance of winning.
In each end, the teams take turns sliding rocks until each team has delivered 8 rocks. The team that delivers the last rock (called hammer) has a big advantage in scoring, since they have the last chance to rearrange rocks to maximize their score.
The score for the end is based on the placement of the rocks after all rocks are delivered. If no rocks are in the house, both teams score zero points. If at least one rock is touching the house, the team with the rock closest to the center of the rings scores one point for each of their rocks that is closer to the center than the nearest opponent rock. For example, if the closest rock to the center is red and the second closest is yellow, red scores 1 point. If the closest three rocks to the center are all yellow and the fourth closest is red, then yellow scores 3 points.
The common types of scores for one end are:
Convert: Team with hammer scores 2 or more points
Force: Team with hammer scores exactly 1 point
Blank: Both teams score 0 points
Steal: Team without hammer scores 1 or more points (I use negative numbers for steals in my analysis)
If the end is blanked, the team with hammer keeps it in the next end. If one team scores, the team that did not score gets hammer in the next end. The team with hammer will usually try to convert (maximizing their score) or blank (saving their advantage for a better opportunity later), and the team without hammer will usually try to steal or force.
Database Details
CurlingZone maintains a database of the line scores from matches in most major events. Since the website does not allow API access, I used webscraping to construct my own SQL database of the line scores (scores in each end) of over 170,000 matches, along with basic event and team information. The analysis below is based on that database.
Because CurlingZone has become more popular over time, 94% of the matches in my webscraped database happened since the 2010-2011 season. In my analyses, I chose to focus mainly on data aggregated from the 2010-2011 season to the present. The rules and strategy in curling have undergone some minor changes since 2010, but the changes have generally not dramatically changed the balance of the game.
Timing of Matches
The graph below shows the number of curling matches that took place each month, and can be filtered by mens/womens, match length in ends, and ranks of the two teams.
This graph shows the following trends:
Curling is mainly a fall/winter sport, with most matches taking place between September and February. Many of the late-season events (February-April) are national and world championships.
The number of curling matches dropped sharply in the 2020-2021 season because of COVID, and has mostly but not fully recovered to its pre-COVID levels since then.
Most fall matches are 8 ends. Starting around December/January, a higher proportion of events are provincial/national/world championships, which are typically 10 ends.
Higher-ranked teams are more likely to play late-season matches (February-April).
Distribution of Final Scores
The graph below shows the number of curling matches with a given final score since the start of the 2010-2011 season, and can be filtered by mens/womens, match length in ends, and ranks of the two teams.
This graph shows the following trends:
Across the full database, the most common final scores are 6-5 for 8-end matches and 7-6 for 10-end matches.
Low-scoring matches (fewer than 5 total points scored) are very rare. If one team has a very low-scoring game (0-2 points), it usually means the other team has a fairly high-scoring game (5-10 points). Even though blank ends are not extremely rare, it is rare for teams to blank most of the ends in a match.
It is fairly rare for a team to score more than 9 points in an 8-end game, or more than 11 points in a 10-end game. There are several reasons for this:
Scores of more than 2-3 points in one end are fairly rare, so it is rare for the total number of points scored to be much more than twice the number of ends.
Win margin is not used in any common curling statistics or ranking, so teams that are far ahead often play conservatively, aiming to maintain their margin but not take risks to increase it.
Teams usually concede if they are so far behind that they do not have a realistic chance of winning, so a lopsided match will often end early before the winning team has a chance to build up a higher score.
If the ranges of ranks for Team 1 and Team 2 are the same, the score distribution is of course symmetric across the diagonal.
If Team 1 outranks Team 2, then Team 1 has a high chance of winning, as expected. The bigger the difference in rank, the more likely the match will have a very lopsided final score.
Distribution of Scores in Each End
The graph below shows the distribution of scores in each end of a curling match, and can be filtered by mens/womens, match length in ends, and ranks of the two teams. Positive scores mean that the team with hammer scored, and negative scores mean that the team without hammer scored (stole).
This graph shows the following trends:
The left graph shows the distribution of scores if Team 1 has hammer in a given end, and the right graph shows the distribution if Team 2 has hammer. The distributions are only different if Team 1 and Team 2 have different ranks.
In the later ends, the probabilities of scores do not sum to 100%. This is because some in some matches, one team concedes early. If matches that ended early were included, the probabilities would sum to 100%
If a match is tied after the planned number of ends, it goes to an extra end as a tiebreaker (End 9 of an 8-end game, or End 11 of a 10-end game).
In general, the most common outcome of an end is a score of 1 for the team with hammer. A score of 2 or a steal of 1 (shown as -1) are also fairly common.
Blank ends (score = 0) are relatively common early in the match, but become less common as the match progresses. Blank ends are slightly more common in 10-end matches than in 8-end matches, especially in the first couple ends.
When playing against similar-ranked teams, top-tier teams are slightly more likely to blank or convert (score 2+) and less likely to steal.
When two teams of different ranks play each other, the higher-ranked team is more likely to convert, less likely to be forced (score 1 when they have hammer), and less likely to give up a steal when they have hammer. The higher-ranked team is also more likely to have hammer in the final scheduled end of the match, helping their odds of winning a close match.